Skip to content

chore(home): de-feature The King's Gauntlet now the tournament has ended - #29

Merged
amrtgaber merged 1 commit into
mainfrom
chore/home-defeature-kings-gauntlet
Jun 26, 2026
Merged

chore(home): de-feature The King's Gauntlet now the tournament has ended#29
amrtgaber merged 1 commit into
mainfrom
chore/home-defeature-kings-gauntlet

Conversation

@amrtgaber

Copy link
Copy Markdown
Contributor

Summary

The King's Gauntlet tournament has ended, so its home-page menu entry no longer needs the marquee treatment. It now renders as a regular row alongside Vagrant Story — no surrounding frame, no pulse animation — while the "Hosted by Hera" credit stays as a stacked subtitle beneath the label. The link target (/kings-gauntlet) and [WATCH] tag are unchanged.

CSS refactor

Split the bundled .crt-menu-row--featured rule along its two concerns so the featured treatment survives for reuse:

  • .crt-menu-row--stacked (new) — layout only: column direction so .crt-menu-row__line carries the label while a .crt-menu-subtitle sits beneath it. This is what the de-featured Gauntlet row now uses.
  • .crt-menu-row--featured (kept) — decoration only: the phosphor frame, tint, and crt-featured-pulse. Currently unused but retained for the next featured event; it composes with --stacked when an event also needs a subtitle.

Tests

  • Existing "credits Hera" and ordering specs pass unchanged.
  • Added a guard asserting the Gauntlet row is --stacked and not --featured.

pnpm lint, pnpm test:run, and pnpm build all green.

The King's Gauntlet now renders as a regular menu row alongside Vagrant
Story — the marquee frame and pulse are gone — while the "Hosted by Hera"
host credit stays as a stacked subtitle beneath the label.

Split the bundled .crt-menu-row--featured rule into a layout-only
--stacked modifier (column direction so the subtitle sits under the label
line) and a decoration-only --featured modifier. --featured is now unused
but kept for the next featured event; the two compose when an event also
needs a subtitle.
@netlify

netlify Bot commented Jun 26, 2026

Copy link
Copy Markdown

Deploy Preview for criticalbit-web ready!

Name Link
🔨 Latest commit f84b370
🔍 Latest deploy log https://app.netlify.com/projects/criticalbit-web/deploys/6a3ee96cd43c710007be96eb
😎 Deploy Preview https://deploy-preview-29--criticalbit-web.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@amrtgaber
amrtgaber merged commit 4c1c058 into main Jun 26, 2026
6 checks passed
@amrtgaber
amrtgaber deleted the chore/home-defeature-kings-gauntlet branch June 26, 2026 21:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant